List of common callback names - callback, cb, callback_, next, done.
Install
npm i common-callback-names --save
Usage
For more use-cases see the tests
var commonCallbackNames = require('common-callback-names')
console.log(commonCallbackNames)
List
Some of them are used in node core.
list.json
[
"callback",
"callback_",
"cb",
"cb_",
"done",
"next"
]
Related
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.